DataFormDateItem.PickerButtonAreaTemplate Property
In This Article
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
C#
public DataTemplate PickerButtonAreaTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
The template. |
See Also