Table of Contents

Class GroupGridCreateInplaceEditorEventArgs

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

Provides data for creating a custom group grid in-place editor.

public class GroupGridCreateInplaceEditorEventArgs : EventArgs
Inheritance
GroupGridCreateInplaceEditorEventArgs
Inherited Members
Extension Methods

Constructors

GroupGridCreateInplaceEditorEventArgs(GroupGridColumn)

Initializes a new instance of the GroupGridCreateInplaceEditorEventArgs class.

public GroupGridCreateInplaceEditorEventArgs(GroupGridColumn Column)

Parameters

Column GroupGridColumn

The column being edited.

Properties

Column

Gets the column being edited.

public GroupGridColumn Column { get; }

Property Value

GroupGridColumn

Editor

Gets or sets the custom editor.

public GroupGridInplaceEditorBase Editor { get; set; }

Property Value

GroupGridInplaceEditorBase

FieldName

Gets the field name.

public string FieldName { get; }

Property Value

string

Handled

Gets or sets a value indicating whether the event supplied an editor.

public bool Handled { get; set; }

Property Value

bool

ValueType

Gets the value type.

public Type ValueType { get; }

Property Value

Type