Skip to content

IEditableRow.PostHandler property

Gets or sets the post handler.

public Action<IRow>? PostHandler { get; set; }

Property Value

The post handler.

See Also