Gets or sets the size of the navigation buttons, displayed in the views' headers.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int ButtonSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ButtonSize As Integer |
An integer value specifying the size of the navigation buttons displayed in the List, Month and Timetable views. The default is 0.
RemarksThe value of this property specifies the absolute size of the navigation buttons. If the value is 0, the size of the buttons is calculated automatically according to the size of the headers that contain them and the value of the ButtonOffset property.
See Also