ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.RecordSelectors Property

Gets or sets a value indicating the visibility of row headers for a grid or split.

[Visual Basic]

Public Property RecordSelectors As Boolean

[C#]

public bool RecordSelectors {get;set;}

[Delphi]

public property RecordSelectors: Boolean read get_RecordSelectors write set_RecordSelectors;

Remarks

If True (the default), record selectors are displayed at the left edge of the grid or split.

If False, record selectors are not displayed.

If a grid contains multiple splits, then setting its RecordSelectors property has the same effect as setting the Split.RecordSelectors property of each split individually.

Example

For an example using the RecordSelectors property, see Hiding the Record Selectors Column.

See Also

C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.