DXBorder.ContentTemplate Property
In This Article
Gets or sets a template that configures the DXBorder.Content appearance. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public DataTemplate ContentTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
The data template applied to the content. |
See Also