Class MobileProgressBarPropertiesBuilder
Class for ProgressBar Property Builder
Inheritance
System.Object
MobileProgressBarPropertiesBuilder
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileProgressBarPropertiesBuilder : IPropertiesBuilder, IHtmlString
Constructors
MobileProgressBarPropertiesBuilder(ProgressBar)
Declaration
public MobileProgressBarPropertiesBuilder(ProgressBar mProgressBar)
Parameters
Type |
Name |
Description |
ProgressBar |
mProgressBar |
The m progress bar.
|
Methods
ClientSideEvents(Action<MobileProgressBarClientSideEventsBuilder>)
Section for client side events.
Declaration
public MobileProgressBarPropertiesBuilder ClientSideEvents(Action<MobileProgressBarClientSideEventsBuilder> clientSideEvents)
Parameters
Returns
EnableCustomText(Boolean)
Specifies whether to accept custom text or not.
Declaration
public MobileProgressBarPropertiesBuilder EnableCustomText(bool enableCustomText)
Parameters
Type |
Name |
Description |
System.Boolean |
enableCustomText |
if set to true [enable custom text].
|
Returns
Enabled(Boolean)
Specifies whether the control is enabled or disabled.
Declaration
public MobileProgressBarPropertiesBuilder Enabled(bool enabled)
Parameters
Type |
Name |
Description |
System.Boolean |
enabled |
if set to true [enabled].
|
Returns
EnablePersistence(Boolean)
Saves current model value to browser cookies for state maintainance. While refreshing the page it retains the model value and applies from browser cookies.
Declaration
public MobileProgressBarPropertiesBuilder EnablePersistence(bool enablePersistence)
Parameters
Type |
Name |
Description |
System.Boolean |
enablePersistence |
if set to true [enable persistence].
|
Returns
Height(String)
Declaration
public MobileProgressBarPropertiesBuilder Height(string height)
Parameters
Type |
Name |
Description |
System.String |
height |
The height.
|
Returns
IncrementStep(Int32)
Specifies the value to be added in each step of increment.
Declaration
public MobileProgressBarPropertiesBuilder IncrementStep(int incrementStep)
Parameters
Type |
Name |
Description |
System.Int32 |
incrementStep |
|
Returns
MaximumValue(Int32)
specifies the maximum value.
Declaration
public MobileProgressBarPropertiesBuilder MaximumValue(int maximumValue)
Parameters
Type |
Name |
Description |
System.Int32 |
maximumValue |
|
Returns
MinimumValue(Int32)
specifies the minimum value.
Declaration
public MobileProgressBarPropertiesBuilder MinimumValue(int minimumValue)
Parameters
Type |
Name |
Description |
System.Int32 |
minimumValue |
|
Returns
Orientation(Orientation)
Specifies the orientation whether it is horizontal or vertical.
Declaration
public MobileProgressBarPropertiesBuilder Orientation(Orientation _orientation)
Parameters
Type |
Name |
Description |
Orientation |
_orientation |
The _orientation.
|
Returns
Percentage(Int32)
Specifies the initial value in percentage.
Declaration
public MobileProgressBarPropertiesBuilder Percentage(int percentage)
Parameters
Type |
Name |
Description |
System.Int32 |
percentage |
The percentage.
|
Returns
Render()
Declaration
RenderMode(RenderMode)
Changes the rendering mode.
Declaration
public MobileProgressBarPropertiesBuilder RenderMode(RenderMode renderMode)
Parameters
Type |
Name |
Description |
RenderMode |
renderMode |
The render mode.
|
Returns
Text(String)
Applies custom text to notify it's current actions.
Declaration
public MobileProgressBarPropertiesBuilder Text(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
The text.
|
Returns
Theme(Theme)
Declaration
public MobileProgressBarPropertiesBuilder Theme(Theme theme)
Parameters
Type |
Name |
Description |
Theme |
theme |
The theme.
|
Returns
ToHtmlString()
Declaration
public string ToHtmlString()
Returns
Type |
Description |
System.String |
|
Value(Int32)
Specifies the initial value.
Declaration
public MobileProgressBarPropertiesBuilder Value(int value)
Parameters
Type |
Name |
Description |
System.Int32 |
value |
The value.
|
Returns
Width(String)
Declaration
public MobileProgressBarPropertiesBuilder Width(string width)
Parameters
Type |
Name |
Description |
System.String |
width |
The width.
|
Returns
Implements
System.Web.IHtmlString