Class GridDropdownEditStyleInfo
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDropdownEditStyleInfo : StyleInfoSubObjectBase, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
GridDropdownEditStyleInfo()
Initializes a new empty GridDropdownEditStyleInfo object.
Declaration
public GridDropdownEditStyleInfo()
GridDropdownEditStyleInfo(StyleInfoSubObjectIdentity)
Initalizes a new GridDropdownEditStyleInfo object and associates it with an existing
Declaration
public GridDropdownEditStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
GridDropdownEditStyleInfo(StyleInfoSubObjectIdentity, GridDropdownEditStyleInfoStore)
Initalizes a new GridDropdownEditStyleInfo object and associates it with an existing
Declaration
public GridDropdownEditStyleInfo(StyleInfoSubObjectIdentity identity, GridDropdownEditStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
GridDropdownEditStyleInfoStore | store | A GridDropdownEditStyleInfoStore that holds data for this GridDropdownEditStyleInfo. All changes in this style object will be saved in the GridDropdownEditStyleInfoStore object. |
Properties
Default
Returns a default GridDropdownEditStyleInfo to be used with a default style.
Declaration
public static GridDropdownEditStyleInfo Default { get; }
Property Value
Type | Description |
---|---|
GridDropdownEditStyleInfo | The default. |
Remarks
The Default of the GridStyleInfo class will return the validation info that this method generates through its overriden version of GetDefaultStyle().
HasShowButton
Specifies whether the ShowButton property is initialized.
Declaration
public bool HasShowButton { get; }
Property Value
Type |
---|
System.Boolean |
ShowButton
Gets or sets a value indicating whether the Dropdown button should appear by default.
Declaration
public bool ShowButton { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
GetDefaultStyle()
Returns Default.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | A GridDropdownEditStyleInfo object with default values. |
Overrides
ResetShowButton()
Resets the value of ShowButton property.
Declaration
public void ResetShowButton()
ShouldSerializeShowButton()
Specifies whether the ShowButton property is serializable.
Declaration
public bool ShouldSerializeShowButton()
Returns
Type | Description |
---|---|
System.Boolean | True if it can be serialized. |