A newer version of this page is available.
Switch to the current version.
SchedulerResourceHeaderOptionsBase.ImageAlign Property
Gets or sets the image alignment within a resource header.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[DefaultValue(HeaderImageAlign.Left)]
[XtraSerializableProperty]
public HeaderImageAlign ImageAlign { get; set; }
<DefaultValue(HeaderImageAlign.Left)>
<XtraSerializableProperty>
Public Property ImageAlign As HeaderImageAlign
Property Value
Type | Default | Description |
---|---|---|
HeaderImageAlign | Left |
A HeaderImageAlign enumeration value which specifies how the image is aligned. |
Property Paths
You can access this nested property as listed below:
Show 11 property paths
Library | Object Type | Path to ImageAlign |
---|---|---|
WinForms Controls | HorizontalResourceHeaders |
|
VerticalResourceHeaders |
|
|
SchedulerControl |
|
|
SchedulerOptionsView |
|
|
ASP.NET Controls and MVC Extensions | ASPxScheduler |
|
ASPxSchedulerOptionsView |
|
|
MVCxScheduler |
|
|
SchedulerSettings |
|
|
ASP.NET Bootstrap Controls | BootstrapScheduler |
|
BootstrapScheduler |
|
|
BootstrapSchedulerOptionsView |
|
See Also
Feedback