ProgressBarEditSettings.ContentTemplate Property
Gets or sets the data template used to present the progress bar’s content. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A DataTemplate object that is the template used to present the progress bar’s content. |
See Also