DateColumn.PickerButtonAreaTemplate Property
Gets or sets the template applied to the picker’s button area of the DateColumn. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public DataTemplate PickerButtonAreaTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate | The template. |
See Also