Class GroupButtonFieldsBuilder
Inheritance
System.Object
GroupButtonFieldsBuilder
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 GroupButtonFieldsBuilder
Constructors
Declaration
public GroupButtonFieldsBuilder(GroupButtonFields fields)
Parameters
Methods
ContentType(String)
Specifies the content type of the button. Button can have image only, text only, imagetextimage, textandimage, or imageboth as content type.
Declaration
public GroupButtonFieldsBuilder ContentType(string contentType)
Parameters
Type |
Name |
Description |
System.String |
contentType |
|
Returns
Specifies the value to map the field of HTML attributes.
Declaration
public GroupButtonFieldsBuilder HtmlAttribute(string htmlAttribute)
Parameters
Type |
Name |
Description |
System.String |
htmlAttribute |
|
Returns
Specifies the image position in the button. This property is applicable for the content type 'textandimage' only.
Declaration
public GroupButtonFieldsBuilder ImagePosition(string imagePosition)
Parameters
Type |
Name |
Description |
System.String |
imagePosition |
|
Returns
Specifies the link attribute to the button element.
Declaration
public GroupButtonFieldsBuilder LinkAttribute(string linkAttribute)
Parameters
Type |
Name |
Description |
System.String |
linkAttribute |
|
Returns
Specifies the primary icon for button. This icon will be displayed from the left margin of the button
Declaration
public GroupButtonFieldsBuilder PrefixIcon(string prefixIcon)
Parameters
Type |
Name |
Description |
System.String |
prefixIcon |
|
Returns
Specifies the button in selected state.
Declaration
public GroupButtonFieldsBuilder Selected(string selected)
Parameters
Type |
Name |
Description |
System.String |
selected |
|
Returns
Specifies the secondary icon for button. This icon will be displayed from the right margin of the button.
Declaration
public GroupButtonFieldsBuilder SuffixIcon(string suffixIcon)
Parameters
Type |
Name |
Description |
System.String |
suffixIcon |
|
Returns
Text(String)
Specifies the text in the button.
Declaration
public GroupButtonFieldsBuilder Text(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
Specifies the URL of the button for navigation.
Declaration
public GroupButtonFieldsBuilder Url(string url)
Parameters
Type |
Name |
Description |
System.String |
url |
|
Returns