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