Back to Devexpress

WinExplorerViewOptionsView.ContentHorizontalAlignment Property

windowsforms-devexpress-dot-xtragrid-dot-winexplorer-dot-winexplorerviewoptionsview-e55a8ebf.md

latest2.4 KB
Original Source

WinExplorerViewOptionsView.ContentHorizontalAlignment Property

Gets or sets the horizontal alignment for the WinExplorerView content.

Namespace : DevExpress.XtraGrid.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(HorzAlignment.Default)]
public HorzAlignment ContentHorizontalAlignment { get; set; }
vb
<DefaultValue(HorzAlignment.Default)>
Public Property ContentHorizontalAlignment As HorzAlignment

Property Value

TypeDefaultDescription
HorzAlignmentDefault

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

|

Available values:

NameDescription
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 TypePath to ContentHorizontalAlignment
WinExplorerView

.OptionsView .ContentHorizontalAlignment

|

See Also

WinExplorerViewOptionsView Class

WinExplorerViewOptionsView Members

DevExpress.XtraGrid.WinExplorer Namespace