Back to Devexpress

TileViewItemOptions.Padding Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemoptions-669131b9.md

latest2.1 KB
Original Source

TileViewItemOptions.Padding Property

Gets or sets the current TileView padding.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[XtraSerializableProperty]
public Padding Padding { get; set; }
vb
<XtraSerializableProperty>
Public Property Padding As Padding

Property Value

TypeDescription
Padding

A Padding structure that is the current TileView padding.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Padding
TileView

.OptionsTiles .Padding

|

Remarks

The Padding property allows you to set the distance between TileView edges and this view’s content (tiles, tile groups, tile group captions). The default padding equals 0, 0, 0, 0 and can be accessed using the static TileViewItemOptions.DefaultPadding property.

See Also

TileViewItemOptions Class

TileViewItemOptions Members

DevExpress.XtraGrid.Views.Tile Namespace