Skip to main content

BaseGallery.DistanceItemCaptionToDescription Property

Gets or sets the distance between an item’s caption and its description.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(0)]
[DXCategory("Layout")]
public int DistanceItemCaptionToDescription { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the distance between an item’s caption and its description, in pixels.

See Also