ListField.JaggedSelectionRectangle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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