TreeViewStyles.NodeCheckBoxFocused Property
In This Article
Gets the style settings for a focused check box within the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeViewNodeCheckBoxStyle NodeCheckBoxFocused { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The NodeCheckBoxFocused property provides access to the style settings which define the appearance style of focused check boxes within the current ASPxTreeView control.
A common appearance style can be applied to all check boxes within an ASPxTreeView control, by using the TreeViewStyles.NodeCheckBox property. A specific style can be applied to a particular check box by using the check box’s TreeViewNode.CheckBoxStyle property.
See Also