ListField.JaggedSelectionRectangle Property

Definition

Gets or sets the jaggedSelection property. If this property is set to true, the width of the selection rectangles only covers the contents of the subfields, not the entire width of the field. This property defaults to false.

public:
 property bool JaggedSelectionRectangle { bool get(); void set(bool value); };
public bool JaggedSelectionRectangle { get; set; }
member this.JaggedSelectionRectangle : bool with get, set
Public Property JaggedSelectionRectangle As Boolean

Property Value

The value you want the jaggedSelection to be set to

Applies to