ResourceItemIsSelected Property

This is used to get or set whether or not the entity is selected

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public bool IsSelected { get; set; }

Property Value

Boolean

Remarks

Used by the editor for binding in the list box

See Also