Class MobileGroupButtonPropertiesBuilder
Inheritance
System.Object
MobileGroupButtonPropertiesBuilder
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
public class MobileGroupButtonPropertiesBuilder : IPropertiesBuilder, IHtmlString
Constructors
Declaration
public MobileGroupButtonPropertiesBuilder(MobileGroupButton mobileGroupButton)
Parameters
Methods
Section for button specific functionalities.
Declaration
public MobileGroupButtonPropertiesBuilder Buttons(Action<MobileGroupButtonBaseItemAdder> button)
Parameters
Returns
Section for client side events.
Declaration
public MobileGroupButtonPropertiesBuilder ClientSideEvents(Action<MobileGroupButtonClientSideEventsBuilder> clientSideEvents)
Parameters
Returns
Specifies custom theme for the control.
Declaration
public MobileGroupButtonPropertiesBuilder CssClass(string cssClass)
Parameters
Type |
Name |
Description |
System.String |
cssClass |
The cssClass.
|
Returns
Current model value to browser cookies for state maintenance. While refreshing the page, the model value applied from browser cookies retains.
Declaration
public MobileGroupButtonPropertiesBuilder EnablePersistence(bool enablePersistence)
Parameters
Type |
Name |
Description |
System.Boolean |
enablePersistence |
if set to true [enable persistence].
|
Returns
Specifies the type of the item to be used.
Declaration
public MobileGroupButtonPropertiesBuilder GroupButtonType(GroupButtonType groupButtonType)
Parameters
Type |
Name |
Description |
GroupButtonType |
groupButtonType |
Type of the group button.
|
Returns
Identifiers the specified identifier.
Declaration
public MobileGroupButtonPropertiesBuilder Name(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Declaration
Changes the rendering mode of the groupbutton.
Declaration
public MobileGroupButtonPropertiesBuilder RenderMode(RenderMode renderMode)
Parameters
Type |
Name |
Description |
RenderMode |
renderMode |
The render mode.
|
Returns
Specifies the item which one is to be selected initially.
Declaration
public MobileGroupButtonPropertiesBuilder SelectedItemIndex(int selectedItemIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
selectedItemIndex |
The selectedItemIndex.
|
Returns
Changes the theme of the groupbutton.
Declaration
public MobileGroupButtonPropertiesBuilder Theme(Theme theme)
Parameters
Type |
Name |
Description |
Theme |
theme |
The theme.
|
Returns
Declaration
public string ToHtmlString()
Returns
Type |
Description |
System.String |
|
Section for windows rendermode specific functionalities.
Declaration
public MobileGroupButtonPropertiesBuilder Windows(Action<MobileGroupButtonWindowsPropertiesBuilder> windowsModel)
Parameters
Returns
Implements
System.Web.IHtmlString