Class GalleryItem
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()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class GalleryItem : EJTagHelper
Constructors
GalleryItem()
Declaration
public GalleryItem()
Properties
ButtonSettings
Gets or sets the Syncfusion button members, events by using this buttonSettings.
Declaration
[JsonProperty("buttonSettings")]
public ButtonProperties ButtonSettings { get; set; }
Property Value
Type | Description |
---|---|
ButtonProperties | The buttonSettings |
CustomToolTip
Gets or sets the custom tooltip for gallery extra item’s button. Refer to ejRibbon#tabs->groups->content->groups->customToolTip for its inner properties.
Declaration
[JsonProperty("customToolTip")]
public CustomToolTip CustomToolTip { get; set; }
Property Value
Type | Description |
---|---|
CustomToolTip | The customToolTip |
Text
Gets or sets the text for gallery extra item’s button.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text |
ToolTip
Gets or sets the tooltip for gallery extra item’s button.
Declaration
[JsonProperty("toolTip")]
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The toolTip |