FocusRect Property (C1FlexGridBase)
In This Topic
Gets or sets the type of focus rectangle to display.
Syntax
'Declaration
<C1DescriptionAttribute("FocusRect", "Gets or sets the type of focus rectangle to display.")>
<C1CategoryAttribute("Appearance")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property FocusRect As FocusRectEnum
[C1Description("FocusRect", "Gets or sets the type of focus rectangle to display.")]
[C1Category("Appearance")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public FocusRectEnum FocusRect {get; set;}
See Also