Class GroupGridDateColumn
Represents a date or date-time column in a group grid.
public class GroupGridDateColumn : GroupGridColumn
- Inheritance
-
GroupGridDateColumn
- Inherited Members
- Extension Methods
Constructors
GroupGridDateColumn()
Initializes a new instance of the GroupGridDateColumn class.
public GroupGridDateColumn()
Properties
EditFormat
Gets or sets the format used by the in-place editor.
public string EditFormat { get; set; }
Property Value
Methods
FormatEditValue(object)
Formats a value for in-place editing.
public string FormatEditValue(object Value)
Parameters
ValueobjectThe value to format.
Returns
- string
The formatted edit text.
ParseValue(object)
Parses an editor value before it is written to the adapter.
public override object ParseValue(object Value)
Parameters
ValueobjectThe editor value.
Returns
- object
The parsed value.