Class JqGridNavigatorSeparatorOptions
Class which represents options for jqGrid Navigator separator.
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridNavigatorSeparatorOptions : JqGridNavigatorCustomElementOptions
Constructors
JqGridNavigatorSeparatorOptions()
Initializes a new instance of the JqGridNavigatorSeparatorOptions class.
Declaration
public JqGridNavigatorSeparatorOptions()
Properties
Class
Gets or sets the class for the separator.
Declaration
public string Class { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Content
Gets or sets the content for the separator.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |