Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileViewItemOptions.Padding Property

Gets or sets the current TileView padding.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

[XtraSerializableProperty]
public Padding Padding { get; set; }

#Property Value

Type Description
Padding

A Padding structure that is the current TileView padding.

#Property Paths

You can access this nested property as listed below:

Object Type Path 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