EditImageCellKeepAspectRatio

Top  Previous  Next

Gets or sets a boolean flag indicating whether the aspect ratio is kept to display cell images for the grid in edit mode.

[Visual Basic .NET]

Public Property EditImageCellKeepAspectRatio As Boolean

[C#]

public bool EditImageCellKeepAspectRatio {get; set;}

 

Remarks

The default value is TRUE, and a screenshot is listed below.

EditIcon_AspectRatio_1

 

If it is set to FALSE, you will see something like this below - images are rendered in entire cell area.

EditIcon_AspectRatio_2