Gets or sets the MarqueeStyle for a Split.
[Visual Basic]
Public Property MarqueeStyle As MarqueeEnum
[C#]
public MarqueeEnum MarqueeStyle {get;set;}
[Delphi]
public property MarqueeStyle: MarqueeEnum read get_MarqueeStyle write set_MarqueeStyle;
Remarks
If a grid contains multiple splits, then setting its C1TrueDBGrid.MarqueeStyle property has the same effect as setting the MarqueeStyle property of each split individually.
Example
The following code puts a dotted border around the selected row:
Me.C1TrueDBGrid1.MarqueeStyle = MarqueeEnum.DottedRowBorder
· C#
this.c1TrueDBGrid1.MarqueeStyle = MarqueeEnum.DottedRowBorder;
· Delphi
Self.C1TrueDBGrid1.MarqueeStyle := MarqueeEnum.DottedRowBorder;
For more information on the different marquee styles, see Highlighting the Current Row or Cell.
See Also
Split Class | Split Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |