ASPxSchedulerResourceHeaderOptions.ShowCaption Property
Specifies whether or not to display Resource Header captions.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
[DefaultValue(true)]
public bool ShowCaption { get; set; }
<DefaultValue(True)>
Public Property ShowCaption As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to display captions; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ShowCaption |
---|---|---|
ASP.NET Bootstrap Controls | BootstrapSchedulerOptionsView |
|
ASP.NET Web Forms Controls | ASPxSchedulerOptionsView |
|
See Also
Feedback