IsTitle Property (RenderNodeEventArgs)
In This Topic
Gets if the node is a Title node or not
Syntax
'Declaration
<C1DescriptionAttribute("RenderNodeEventArgs.IsTitle", "Gets if the node is a Title node or not")>
Public ReadOnly Property IsTitle As Boolean
[C1Description("RenderNodeEventArgs.IsTitle", "Gets if the node is a Title node or not")]
public bool IsTitle {get;}
See Also