ASPxScheduler.OptionsBehavior Property
Provides access to options which regulate the general appearance and behavior of the scheduler and its satellite controls.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
public ASPxSchedulerOptionsBehavior OptionsBehavior { get; }
Public ReadOnly Property OptionsBehavior As ASPxSchedulerOptionsBehavior
Property Value
Type | Description |
---|---|
ASPxSchedulerOptionsBehavior | A ASPxSchedulerOptionsBehavior object, which contains the scheduler's behavior options. |
Available values:
Name | Description |
---|---|
ShowDetailedErrorInfo | Specifies whether detailed error information is displayed on the form when an error occurs. |
ShowViewVisibleInterval | Determines whether the View Visible Interval control is displayed. |
ShowFloatingActionButton | Specifies whether the floating action button is displayed in the scheduler. |
ShowViewNavigatorGotoDateButton | Gets or sets whether the 'Go to Date' button of the ASPxViewNavigator is shown. |
ShowViewNavigator | Determines whether the View Navigator control is displayed. |
ShowViewSelector | Determines whether the View Selector is displayed. |
HighlightSelectionHeaders | Gets or sets a value specifying whether the headers of the selected cells should be highlighted. |
Assign(BaseOptions) | Copies the settings from the specified BaseOptions object to the current object. |
Remarks
The OptionsBehavior returns an object that exposes a set of Boolean properties regarding the scheduler's appearance and functionality. refer to the ASPxSchedulerOptionsBehavior class and its members description for more information.
<dx:ASPxScheduler id="ASPxScheduler1" runat="server" >
<OptionsBehavior RemindersFormDefaultAction="Custom" ShowRemindersForm="False" />
...
</dx:ASPxScheduler>