Skip to main content
A newer version of this page is available. .

LayoutViewFieldCaptionImageEventArgs.ImageToTextDistance Property

Gets or sets the distance between the field’s label and image.

Namespace: DevExpress.XtraGrid.Views.Layout.Events

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public int ImageToTextDistance { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the distance between the field’s label and image, in pixels.

See Also