Class RibbonMenuSettings
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 RibbonMenuSettings : EJTagHelper
Constructors
RibbonMenuSettings()
Declaration
public RibbonMenuSettings()
Properties
DataSource
Gets or sets a value for datasource.
Declaration
[JsonProperty("dataSource")]
[HtmlAttributeName("datasource")]
public List<FileMenuDataSource> DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FileMenuDataSource> | To set the file menu datasource. |
IsAppend
Gets or sets a value indicating whether isAppend is append the file menu datasource.
Declaration
[JsonProperty("isAppend")]
public bool IsAppend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_False The isAppend for to append the file menu datasource. false. |