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

WinExplorerViewOptionsView.ContentHorizontalAlignment Property

Gets or sets the horizontal alignment for the WinExplorerView content.

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(HorzAlignment.Default)]
public HorzAlignment ContentHorizontalAlignment { get; set; }

Property Value

Type Default Description
HorzAlignment **Default**

A HorzAlignment enumeration value that specifies the horizontal alignment for the WinExplorerView content.

Available values:

Name Description
Default

Places an object or text at the default position, which is determined by a control.

Near

Places an object/text at a near position.

Center

Centers an object or text within a region.

Far

Places an object/text at a far position.

Property Paths

You can access this nested property as listed below:

Object Type Path to ContentHorizontalAlignment
WinExplorerView
.OptionsView.ContentHorizontalAlignment
See Also