Class SerializableGridEditorColumn
Represents a class that is used to serialize and deserialize GridEditorColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid.Serialization
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class SerializableGridEditorColumn : SerializableGridColumn
Constructors
SerializableGridEditorColumn()
Declaration
public SerializableGridEditorColumn()
Properties
AllowNullValue
Gets or sets a value that indicates whether the null values are allowed to the editor columns.
Declaration
public bool AllowNullValue { get; set; }
Property Value
Type |
---|
System.Boolean |
AllowScrollingOnCircle
Gets or sets a value that indicates whether the user can rotate the cell values using the mouse wheel or up and down arrow key.
Declaration
public bool AllowScrollingOnCircle { get; set; }
Property Value
Type |
---|
System.Boolean |
MaxValue
Gets or sets the maximum value constraint of the column.
Declaration
public Decimal MaxValue { get; set; }
Property Value
Type |
---|
System.Decimal |
MinValue
Gets or sets the minimum value constraint of the column.
Declaration
public Decimal MinValue { get; set; }
Property Value
Type |
---|
System.Decimal |
NullText
Gets or sets a string that is displayed instead of null value if the cell value contains null.
Declaration
public string NullText { get; set; }
Property Value
Type |
---|
System.String |
NullValue
Gets or sets an object that is displayed instead of null value if the cell value contains null.
Declaration
public object NullValue { get; set; }
Property Value
Type |
---|
System.Object |