Back to Devexpress

TileView.ViewCaptionHeight Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-f5d99c85.md

latest1.3 KB
Original Source

TileView.ViewCaptionHeight Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override int ViewCaptionHeight { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property ViewCaptionHeight As Integer

Property Value

Type
Int32

See Also

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace