Skip to main content
A newer version of this page is available. .

SchedulerResourceHeaderOptionsBase.ImageAlign Property

Gets or sets the image alignment within a resource header.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

[DefaultValue(HeaderImageAlign.Left)]
public HeaderImageAlign ImageAlign { get; set; }

Property Value

Type Default Description
HeaderImageAlign **Left**

A HeaderImageAlign enumeration value which specifies how the image is aligned.

Available values:

Name Description
Left

A resource image is aligned to the left of the text.

HeaderImageAlign.Left.png

Top

A resource image is aligned to the top of the text.

HeaderImageAlign.Top.png

Right

A resource image is aligned to the right of the text.

HeaderImageAlign.Right.png

Bottom

A resource image is aligned to the bottom of the text.

HeaderImageAlign.Bottom.png

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ImageAlign
WinForms Controls HorizontalResourceHeaders
.Options.ImageAlign
VerticalResourceHeaders
.Options.ImageAlign
SchedulerOptionsView
.ResourceHeaders.ImageAlign
ASP.NET Controls and MVC Extensions ASPxSchedulerOptionsView
.ResourceHeaders.ImageAlign
ASP.NET Bootstrap Controls BootstrapSchedulerOptionsView
.ResourceHeaders.ImageAlign

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ImageAlign property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also