Class SerializableGridEditorColumn
Represents a class that is used to serialize and deserialize GridEditorColumn property settings.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.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 |
MaxValidation
Gets or sets a value that indicates whether the MaxValue can be validated either key press or focus lost on editor in SerializableGridEditorColumn.
Declaration
public MaxValidation MaxValidation { get; set; }
Property Value
Type |
---|
MaxValidation |
MaxValue
Gets or sets the maximum value constraint of the column.
Declaration
public Decimal MaxValue { get; set; }
Property Value
Type |
---|
System.Decimal |
MinValidation
Gets or sets a value that indicates whether the MinValue can be validated either key press or focus lost on editor in SerializableGridEditorColumn.
Declaration
public MinValidation MinValidation { get; set; }
Property Value
Type |
---|
MinValidation |
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 |