Table of Contents

Class GroupGridDateColumn

Namespace
Avalonia.Controls
Assembly
Tripous.Avalonia.Controls.dll

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

string

Methods

FormatEditValue(object)

Formats a value for in-place editing.

public string FormatEditValue(object Value)

Parameters

Value object

The 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

Value object

The editor value.

Returns

object

The parsed value.