NavLink.CssClass Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the computed CSS class based on whether or not the link is active.
protected:
property System::String ^ CssClass { System::String ^ get(); void set(System::String ^ value); };
protected string CssClass { get; set; }
protected string? CssClass { get; set; }
member this.CssClass : string with get, set
Protected Property CssClass As String