Back to Devexpress

DxSchedulerCompactFormSettings Class

blazor-devexpress-dot-blazor-9fdb391c.md

latest2.4 KB
Original Source

DxSchedulerCompactFormSettings Class

Contains compact form settings.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class DxSchedulerCompactFormSettings :
    SchedulerPopupSettingsBase

Remarks

Declare the DxSchedulerCompactFormSettings object in the PopupSettings tag to specify the following properties:

The following example specifies the minimum and maximum size of compact forms:

razor
<DxScheduler StartDate="DateTime.Today"
             DataStorage="DataStorage">
    <Views>
        <DxSchedulerDayView ShowWorkTimeOnly="true" />
    </Views>
    <PopupSettings>
        <DxSchedulerCompactFormSettings MinHeight="350px" MinWidth="400px"
                                        MaxHeight="500px" MaxWidth="600px" />
    </PopupSettings>
</DxScheduler>

Implements

IComponent

IHandleEvent

IHandleAfterRender

IDisposable

Inheritance

Object ComponentBase SchedulerPopupSettingsBase DxSchedulerCompactFormSettings

See Also

DxSchedulerCompactFormSettings Members

DevExpress.Blazor Namespace