Class StyleInfoPropertyOptions
Specifies the options for style properties.
Inheritance
System.Object
StyleInfoPropertyOptions
Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public sealed class StyleInfoPropertyOptions : Enum
Fields
All
All of the above.
Declaration
public const StyleInfoPropertyOptions All
Field Value
Type |
---|
StyleInfoPropertyOptions |
Cloneable
The property should be cloned when the parent style object is copied.
Declaration
public const StyleInfoPropertyOptions Cloneable
Field Value
Type |
---|
StyleInfoPropertyOptions |
CloneableAndDisposable
The property should be disposed when the parent style object is disposed and cloned when the parent style object is copied.
Declaration
public const StyleInfoPropertyOptions CloneableAndDisposable
Field Value
Type |
---|
StyleInfoPropertyOptions |
Disposable
The property should be disposed when the parent style object is disposed.
Declaration
public const StyleInfoPropertyOptions Disposable
Field Value
Type |
---|
StyleInfoPropertyOptions |
None
None.
Declaration
public const StyleInfoPropertyOptions None
Field Value
Type |
---|
StyleInfoPropertyOptions |
Serializable
The property supports serialization.
Declaration
public const StyleInfoPropertyOptions Serializable
Field Value
Type |
---|
StyleInfoPropertyOptions |