DXCalendarActualAppearance.CellMinSize Property
Gets the calendar cell’s minimum size value that is applied to the DXCalendar. To specify this value, use the CellMinSize property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double CellMinSize { get; }
Property Value
Type | Description |
---|---|
Double | The calendar cell’s minimum size. |
See Also