BarGaugeTitleBuilder Class
Provides methods that allow you to configure nested options of the client-side title object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class BarGaugeTitleBuilder :
OptionsOwnerBuilder
Related API Members
The following members return BarGaugeTitleBuilder objects:
Remarks
Do not instantiate this class explicitly. A new BarGaugeTitleBuilder
class instance is created when you call the Title(Action<BarGaugeTitleBuilder>) method.
Inheritance
Object
OptionsOwnerBuilder
BarGaugeTitleBuilder
See Also