Skip to main content
Tab

TreeViewStyles.NodeCheckBoxFocused Property

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
TreeViewNodeCheckBoxStyle

A TreeViewNodeCheckBoxStyle object that contains the style settings for the check box.

#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