DXSeparator.MinimumLength Property
Gets or sets the minimum length of DXSeparator. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public double MinimumLength { get; set; }
Property Value
Type | Description |
---|---|
Double | The minimum length of DXSeparator. |
See Also